This repository was archived by the owner on May 7, 2018. It is now read-only.
build: update codelyzer to version ~4.3.0 #79
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency codelyzer from
~4.2.0
to~4.3.0
Release Notes
v4.3.0
New Rules
max-inline-declarations
which limits the size of inline templates and/or styles. Credits to [NagRock] #536 174ed46.prefer-output-readonly
requires the@Output
s of a component to bereadonly
. Credits to [rafaelss95] #515 3d652d1.no-conflicting-life-cycle-hooks
prevents to implement OnChanges and DoCheck on the same class. Credits to [rafaelss95] #560 e521115.enforce-component-selector
Component Selector Required #551 b9c899b. Credits to [wKoza].Bug Fixes
@angular/platform-browser-dynamic
#525 671e954.contextual-life-cycle
too aggressively scoped #545 dcb4b3e.no-output-named-after-standard-event
Does Not Check Output Rename #537 96d9292.A lot of credits go to [rafaelss95], [wKoza]. The rest of the amazing people who work on codelyzer, can be found here.
Commits
v4.3.0
baf7e0c
docs: update changelog3112b38
chore: fix peer dependencies35d5824
docs: update the list of contributorsc75c35c
doc(readme): Update readme with new rules (#532)5851306
fix(rules): Fix message when a failure occurs (#534)96d9292
fix(537): no-output-named-after-standard-event checks output rename (#538)188686b
doc(readme): fix typo (#539)bfcfd0a
docs(README): addno-input-prefix
in documentation (#540)7d0eaf6
Add support for nested i18n items and removed ng-container restriction (#546)8e7e875
fix(rules): Add i18n test for #497 (#547)dcb4b3e
fix(rules): Fix contextual-life-cycle when we have more than one class in a file (#548)cf6513c
Inline template max lines rule (#550)671e954
Bump Angular 6 (#552)174ed46
fix(rule): inline template max lines rule #536 (#556)f3a53bd
feat(rule): add special case to no-input-rename rule (#561)3e10013
feat(rule): add no-life-cycle-call rule (#559)b9c899b
Add rule in order to enforce the declaration of a selector (#557)3d652d1
feat(rule): add prefer-output-readonly rule (#564)e521115
feat(rule): add no-conflicting-life-cycle-hooks rule (#563)a82bd56
docs: update the list of contributors869be0d
Merge branch 'master' of github.com:mgechev/codelyzerc1d237b
docs: update changelogc93d607
docs: update readme10ef81c
docs: fix typob63d8a0
docs: fix typoThis PR has been generated by Renovate Bot.